home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem Swap file directory
- rem Please set it to where you have max disk space
- rem
- if not x%go32tmp% == x goto have_tmp
- if not x%gcctmp% == x goto have_tmp
- if not x%tmp% == x goto have_tmp
- if not x%temp% == x goto have_tmp
- set temp=c:\tmp
- :have_tmp
- set go32=driver C:\DISPLAY\driver\et4000.grn
- C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
- rem
- rem If you don't copy go32.exe to your search path, then
- rem C:\DISPLAY\go32 C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
-